Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Sep 2017 00:31:48 +0000 (20:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Sep 2017 02:53:49 +0000 (22:53 -0400)
gtk/gtkentry.c

index 71228ee560f73ba92543837000e61a1d66a90698..225f3e9e6fe29ccf696ee05b3804172d7059fcd3 100644 (file)
@@ -1352,7 +1352,7 @@ gtk_entry_class_init (GtkEntryClass *class)
   entry_props[PROP_ATTRIBUTES] =
       g_param_spec_boxed ("attributes",
                           P_("Attributes"),
-                          P_("A list of style attributes to apply to the text of the label"),
+                          P_("A list of style attributes to apply to the text of the entry"),
                           PANGO_TYPE_ATTR_LIST,
                           GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);